home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / C++ Files Library / HyperCuber Source / HyperCuber 2.0 Source.sit / HyperCuber 2.0 Source / CNCubeDialog.h < prev    next >
Text File  |  1994-04-28  |  501b  |  22 lines

  1. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. //| This file contains the interface to the CNCubeDialog class.  The
  3. //| CNCubeDialog class implements the n-cube dialog.
  4. //|________________________________________________________________________________
  5.  
  6.  
  7. #include <CDialog.h>
  8.  
  9. CLASS CIntegerText;
  10.  
  11. class CNCubeDialog : public CDialog
  12.     {
  13.  
  14.  
  15.   public:
  16.  
  17.     CIntegerText    *dimension;    
  18.  
  19.     void INCubeDialog(short WindowID, CDesktop *enclosure, CDirector *supervisor);
  20.     
  21.     };
  22.